FlowGroup Constructors
An object defining constructors for the FlowGroup class.
FlowGroup(name, workflowData, workflowCodeInstance)
Constructor for the FlowGroup class. Initializes a new instance of the FlowGroup class.
Parameters:
name (required): string
The name of the flow object.
workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.
workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.
FlowGroup(name, workflowData, workflowCodeInstance)
Initializes a new instance of the FlowGroup class.
Parameters:
name (required): string
The name of the workflow group.
workflowData (required): IRuntimeWorkflowData
The runtime workflow data required for the workflow group.
workflowCodeInstance (optional): IWorkflowCode
Optional workflow code instance used for workflow operations.
FlowGroup(name,workflowData,workflowCodeInstance)
Initializes a new instance of the FlowGroup class.
Parameters:
name (required): string
The name of the workflow object.
workflowData (required): IRuntimeWorkflowData
The runtime workflow data.
workflowCodeInstance (optional): IWorkflowCode
The workflow code instance.